metier
Class ListeChampionnat

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteServer
          extended by java.rmi.server.UnicastRemoteObject
              extended by metier.ListeChampionnat
All Implemented Interfaces:
java.io.Serializable, java.rmi.Remote, ListeChampionnatInterface

public class ListeChampionnat
extends java.rmi.server.UnicastRemoteObject
implements ListeChampionnatInterface

Class ListeChampionnat Package metier Définition d'une liste de championnat

Author:
Hervé Le Fouler et Lionel Lasry
See Also:
Serialized Form

Field Summary
private  java.util.ArrayList<ChampionnatInterface> listeChampionnats
           
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
ListeChampionnat()
          Constructeur de ListeChampionnat
 
Method Summary
 java.util.ArrayList<ChampionnatInterface> getListeChampionnat()
          Renvoi l'arraylist de championnat
 void returnListeChampionnat()
          Génére un objet avec une arrayList de tout les championnats
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

listeChampionnats

private java.util.ArrayList<ChampionnatInterface> listeChampionnats
Constructor Detail

ListeChampionnat

public ListeChampionnat()
                 throws java.rmi.RemoteException
Constructeur de ListeChampionnat

Throws:
java.rmi.RemoteException
Method Detail

returnListeChampionnat

public void returnListeChampionnat()
                            throws java.rmi.RemoteException
Génére un objet avec une arrayList de tout les championnats

Specified by:
returnListeChampionnat in interface ListeChampionnatInterface
Throws:
java.rmi.RemoteException

getListeChampionnat

public java.util.ArrayList<ChampionnatInterface> getListeChampionnat()
                                                              throws java.rmi.RemoteException
Renvoi l'arraylist de championnat

Specified by:
getListeChampionnat in interface ListeChampionnatInterface
Returns:
ArrayList listeChampionnats
Throws:
java.rmi.RemoteException